home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / DEPOSITO / REmovido / Nave / BlobLander.swf / scripts / frame_9 / DoAction.as
Text File  |  2006-06-13  |  484b  |  32 lines

  1. if(levelcomp != 5)
  2. {
  3.    prevFrame();
  4. }
  5. else
  6. {
  7.    play();
  8. }
  9. level = 6;
  10. if(_root.tryagain == true)
  11. {
  12.    trace("try again");
  13.    _root.ship.spaceship.gotoAndStop(1);
  14.    petrol = 500;
  15.    crashcount = 0;
  16.    _root.ship.percentage = 100;
  17.    shields = 100;
  18.    _root.ship._x = 50;
  19.    _root.ship._y = 105.5;
  20.    dy = 0.5;
  21.    dx = 0;
  22. }
  23. else
  24. {
  25.    _root.ship.spaceship.gotoAndStop(1);
  26.    _root.ship._x = 50;
  27.    _root.ship._y = 105.5;
  28.    dy = 0.5;
  29.    dx = 0;
  30. }
  31. stop();
  32.